home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / 1200.dir / 00021.ls < prev    next >
Encoding:
Text File  |  1996-03-20  |  139 b   |  9 lines

  1. on exitFrame
  2.   global movDurationVAR
  3.   if the movieTime of sprite 10 < movDurationVAR then
  4.     go(#loop)
  5.   else
  6.     go(#next)
  7.   end if
  8. end
  9.